PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setModifiedDate Method
The date and time when the annotation was most recently modified.
In This Topic
    setModifiedDate Method
    In This Topic
    Sets the annotation modified date.
    Syntax
    public void setModifiedDate( 
       java.time.LocalDateTime modifiedDate
    )

    Parameters

    modifiedDate
    The date and time when the annotation was most recently modified.
    See Also